-
Notifications
You must be signed in to change notification settings - Fork 1
cisco-nxos-provider: add ISIS configuration
#8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
IGP resource, controller, and cisco nxos providerIGP resource, controller, and cisco nxos provider
16f2bac to
17f847b
Compare
17f847b to
c009bc0
Compare
|
@nikatza Could you have a look at the failing pipelines and rebase this PR? 🙏 |
c009bc0 to
3e98cbf
Compare
Done. This PR is still WIP |
3895c94 to
96a320a
Compare
3e98cbf to
5bd24fc
Compare
6207a3b to
88fe06e
Compare
5bd24fc to
36e038f
Compare
946e79a to
1364ace
Compare
e25ba55 to
5f7098b
Compare
15d9158 to
271fd37
Compare
49b6b99 to
442cc55
Compare
5497e8c to
7776fa9
Compare
8ae35e2 to
1ac3b8c
Compare
0f1fbd7 to
16da247
Compare
IGP resource, controller, and cisco nxos providerISIS
ISISISIS configuration
felix-kaestner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some nits about comments. Nothing blocking a merge from my perspective. :)
felix-kaestner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikatza Pls squash all commits when merging, so we don't end up with "PR comments" commits in the history.
Configure ISIS on a NXOS device allowing the parametrization of: 1) the
instance name, 2) the Network Entitity Title, 3) the type ("Level1",
"Level2", and "Level12"), 4) the number of seconds of the on-startup
overload bit, and 5) two address families: IPv4 and IPv6 unicast. With
this package we support the minimum configuration required to build the
underlay as in this example:
```
router isis UNDERLAY
net 49.0001.0001.0000.0001.00
is-type level-1
set-overload-bit on-startup 61
address-family ipv4 unicast
address-family ipv6 unicast
```
Following limitations apply to the current implementation: